---
title: "Get Change Info"
method: POST
path: "/ GetChangeInfo"
tags: ["Person Data"]
---

# Get Change Info

`POST / GetChangeInfo`

Get a person's registration update request.

## Request body

- GetChangeInfo
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `USN` string, required — USN

## Response `200`

Ok

- GetChangeInfoSuccess
  - `Success` string
  - `PersonInfoSolicitation` object
    - `TaxNumber` string
    - `Status` string
    - `PersonInfos` object
      - `PersonInfoType` string
      - `PersonInfoValue` string
      - `Status` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
